TabStopIndexEntryType Enumeration
Represents the type of a tab stop.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum TabStopIndexEntryType
Public Enumeration TabStopIndexEntryType
| Left | 0 |
Text is left aligned with a tab stop.
|
| Right | 1 |
Text is right aligned with a tab stop.
|
| None | 2 |
None.
|